home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set the visible of sprite 41 to 1
- set the visible of sprite 42 to 1
- set the visible of sprite 43 to 1
- set the visible of sprite 44 to 1
- go("ivMain")
- end
-
- on exitFrame
- UIRollover(46, 47)
- go(the frame)
- end
-
- on enterFrame
- set the visible of sprite 41 to 0
- set the visible of sprite 42 to 0
- set the visible of sprite 43 to 0
- set the visible of sprite 44 to 0
- end
-